ASP.NET Core MVC コントロールヘルプ
DropDownCssClass メソッド (ColumnBaseBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : DropDownCssClass メソッド
The value.
Configurates C1.Web.Mvc.ColumnBase.DropDownCssClass. Sets a CSS class name to add to drop-downs in this column.
シンタックス
'宣言
 
Public Function DropDownCssClass( _
   ByVal value As System.String _
) As TBuilder
public TBuilder DropDownCssClass( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The drop-down buttons are shown only if the column has a DataMap set and is editable. Clicking on the drop-down buttons causes the grid to show a list where users can select the value for the cell. Cell drop-downs require the wijmo.input module to be loaded.
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ